Release 10.1A: OpenEdge Development:
ADM Reference


changePage

Procedure that views (and creates if necessary) objects on a newly selected page in a Container when CurrentPage is reset.

Location: containr.p

Parameters: None

Notes:

/* Display the current page number in a fill-in field whenever the page is 
changed.*/ 
PROCEDURE changePage: 
RUN SUPER. /* Perform the standard code first. */ 
  FILL-IN-1:SCREEN-VALUE IN FRAME {&FRAME-NAME} = 
    STRING(DYNAMIC-FUNCTION("getCurrentPage":U)). 
END PROCEDURE. 


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095